From 91421c3cf044dccace40b024b4f5ca4bad95c4ae Mon Sep 17 00:00:00 2001 From: "kfraser@localhost.localdomain" Date: Wed, 24 Jan 2007 10:22:06 +0000 Subject: [PATCH] Fix error message in network-bridge script. From: Luke Crawford Signed-off-by: Keir Fraser --- tools/examples/network-bridge | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/examples/network-bridge b/tools/examples/network-bridge index b616a72275..fe55ff1e49 100755 --- a/tools/examples/network-bridge +++ b/tools/examples/network-bridge @@ -194,7 +194,7 @@ This may be because you have reached the limit of the number of interfaces that the loopback driver supports. If the loopback driver is a module, you may raise this limit by passing it as a parameter (nloopbacks=); if the driver is compiled statically into the kernel, then you may set the parameter -using loopback.nloopbacks= on the domain 0 kernel command line. +using netloop.nloopbacks= on the domain 0 kernel command line. " >&2 exit 1 fi -- 2.30.2